home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / let_it_f.swf / scripts / DefineSprite_517 / frame_1 / DoAction.as
Text File  |  2008-11-12  |  179b  |  9 lines

  1. viewscores.onPress = function()
  2. {
  3.    getUrl("http://www.matmi.com/comicrelief/scores.php", "");
  4. };
  5. playintro.onPress = function()
  6. {
  7.    _root.gotoAndPlay("introagain");
  8. };
  9.